home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / dimslib / dims_analyze_proc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-01-25  |  161 b   |  12 lines

  1. /*
  2. ### procedure for computing lyaupunov exponents ###
  3. */
  4. #include <stdio.h>
  5.  
  6. void dims_analyze_proc()
  7. {
  8.     all_reset();
  9.     (void) dims_analyze();
  10.     all_refresh();
  11. }
  12.